home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / COMMUNIC / 2056.ZIP / MSK313.ZIP / KEYBOARD / DASHER.INI next >
Text File  |  1993-06-27  |  13KB  |  316 lines

  1. ; FILE DASHER.SCR (MSIDGK.SCR)
  2. ; Data General, Information Management Group
  3. ; May 21, 1992
  4. ; Edited June 23, 1992
  5. ;
  6. ; Keyboard mapping file for MS-DOS Kermit 3.13 and above, for use
  7. ; with AT and XT keyboards when emulating a Data General Dasher series
  8. ; terminal.  See the file DGCEOKBD.SCR for a mapping for use with the
  9. ; DASHER/286 PC with the special CEO-compatible keyboard.
  10. ;
  11. ; This file maps the function, arrow, and editing keys to their DG NATIVE MODE
  12. ; escape sequences.  The mapping was taken from two sources:
  13. ;    a.) Using the CEO Connection (tm) System, DG Manual 069-105-02,
  14. ;        Appendix A.     CEO Connection is software for IBM-compatible PCs
  15. ;        which includes a DG terminal emulator, and so also a keyboard
  16. ;        mapping from the PC keyboard to the DG keyboard.
  17. ;    b.) The mapping in Data General's DG/UX mterm, a Dasher emulator
  18. ;        for use on AViiON workstations.  The workstations use a 101-key
  19. ;        keyboard identical to the PC keyboard.
  20. ;
  21. ; The default mapping created by this file is identical to the CEO Connection
  22. ; mapping except for the shifted and control states of the Grey editing keys.
  23. ; (The term "default mapping" means the mapping created if this file is not
  24. ; edited by the user.)     Commands to exactly match the CEO Connection mapping
  25. ; and the mterm mapping are included here, but are commented out.
  26. ; Users who prefer one of these can uncomment the relevant lines.
  27. ;
  28. ; DG FUNCTION KEYS
  29. ;
  30. ; The PC function keys are mapped to the DG function keys in a straightforward
  31. ; manner.  PC function key F<n> is mapped to DG key F<n>.  All modified states
  32. ; are mapped similarly.     PC Alt-F1 through Alt-F5 are mapped to DG F11 through
  33. ; F15.
  34. ;
  35. ; DG ARROW AND C KEYS, NUMERIC KEYPAD
  36. ;
  37. ; On the numeric keypad WITH NUM LOCK OFF, PC <arrow> are mapped to DG <arrow>,
  38. ; and PC Ctrl-<arrow> are mapped to DG Shift-<arrow>.  PC Home, PgUp, End,
  39. ; PgDn are mapped to C1, C2, C3, C4 respectively.  PC Ctrl-Home, etc., are
  40. ; mapped to DG Shift-C1, etc.  PC Ins is mapped to DG Erase Page, and PC
  41. ; Del to DG Erase-EOL
  42. ;
  43. ; DG ARROW AND C KEYS, "GREY" KEYPAD
  44. ;
  45. ; The "grey" keys are the AT keyboard's extended keys.    These are the
  46. ; arrow keys arranged in an inverted T, and the six-key rectangle above
  47. ; the inverted T containing "editing" keys (Insert, Delete, etc.).
  48. ;
  49. ; This file's default mapping (the one created if the user does not edit
  50. ; this file), the CEO Connection mapping, and the DG/UX mterm mapping
  51. ; differ in the treatment of these keys.  CEO Connection duplicates the
  52. ; mapping on the numeric keypad.  The default maps similarly, except for
  53. ; mapping PC Shift-<key> to DG Shift-<key>.  Mterm changes the mapping of
  54. ; the six editing keys extensively.
  55. ;
  56. ; Grey Arrow Keys
  57. ;
  58. ; In all cases, PC <arrow> are mapped to DG <arrow>.
  59. ;
  60. ; In the default and mterm mappings, PC Shift-<arrow> are mapped to DG
  61. ; Shift-<arrow>.  PC Ctrl-<arrow> and Crtl-Shift-<arrow> are mapped to the
  62. ; Kermit scrolling functions (see below).
  63. ;
  64. ; In the CEO Connection mapping, PC Ctrl-<arrow> are mapped to DG Shift-<arrow>
  65. ;
  66. ; Grey Editing Keys
  67. ;
  68. ;   PC KEY       DEFAULT        CEO CONN           MTERM
  69. ; Insert       Erase Page         (none)            C1
  70. ; Home           C1             C1                Home
  71. ; Page Up       C2             C2                C2
  72. ; Delete       Erase EOL         (none)            C3
  73. ; End           C3             C3                Erase EOL
  74. ; Page Down       C4             C4                C4
  75. ;
  76. ; Shift-Insert       Erase Page         (none)            Shift-C1
  77. ; Shift-Home       Shift-C1         (none)            Shift-Home
  78. ; Shift-Page Up       Shift-C2         (none)            Shift-C1
  79. ; Shift-Delete       Erase EOL         (none)            Shift-C3
  80. ; Shift-End       Shift-C3         (none)            Erase EOL
  81. ; Shift-Page Down  Shift-C4         (none)            Shift-C4
  82. ;
  83. ; Ctrl-Home       (none)         Shift-C1            (none)
  84. ; Ctrl-Page Up       (none)         Shift-C2            (none)
  85. ; Ctrl-End       (none)         Shift-C3            (none)
  86. ; Ctrl-Page Down   (none)         Shift-C4            (none)
  87. ;
  88. ; KERMIT SCROLLING
  89. ;
  90. ; In the default and mterm mappings, Grey Ctrl-<arrow> are mapped to Kermit
  91. ; scroll one line/character.  Grey Ctrl-Shift-<arrow> are mapped to Kermit
  92. ; scroll one screen.  Kermit scrolling is disabled in the CEO Connection
  93. ; mapping, and on XT keyboards.
  94. ;
  95. ; DG SPCL KEY
  96. ;
  97. ; The SPCL key is the Dasher's "compose" key.  It is used to start
  98. ; two- or three-key sequences which generate accented and other non-
  99. ; ASCII characters.
  100. ;
  101. ; The Kermit keyboard verb /kdgspcl provides a mechanism for entering
  102. ; non-ASCII characters which is similar, but not identical, to that
  103. ; provided by Dasher terminals.     All standard PC mechanisms for entering
  104. ; such characters are also supported by Kermit.
  105. ;
  106. ; The keypad minus is mapped to /kdgspcl.
  107. ;
  108. ;         FUNCTION KEYS
  109. ;
  110. set key \315 \o36q     ; F1 sends <036> q.  Octal 36 is the DG command
  111.                ; header, usually echoed as ^^, also denoted RS
  112. set key \316 \o36r     ; F2
  113. set key \317 \o36s     ; F3
  114. set key \318 \o36t     ; F4
  115. set key \319 \o36u     ; F5
  116. set key \320 \o36v     ; F6
  117. set key \321 \o36w     ; F7
  118. set key \322 \o36x     ; F8
  119. set key \323 \o36y     ; F9
  120. set key \324 \o36z     ; F10
  121. set key \389 \o36{     ; F11
  122. set key \390 \o36|     ; F12
  123. set key \397 \o36}     ; F13 (on CEO keyboard on Dasher/286)
  124. set key \398 \o36~     ; F14              "
  125. set key \399 \o36p     ; F15              "
  126. ;
  127. set key \2408 \o36{   ; Alt F1 sends F11
  128. set key \2409 \o36|   ; Alt F2 sends F12
  129. set key \2410 \o36}   ; Alt F3 sends F13
  130. set key \2411 \o36~   ; Alt F4 sends F14
  131. set key \2412 \o36p   ; Alt F5 sends F15
  132. ;
  133. set key \852 \o36a     ; Shift F1
  134. set key \853 \o36b     ; Shift F2
  135. set key \854 \o36c     ; Shift F3
  136. set key \855 \o36d     ; Shift F4
  137. set key \856 \o36e     ; Shift F5
  138. set key \857 \o36f     ; Shift F6
  139. set key \858 \o36g     ; Shift F7
  140. set key \859 \o36h     ; Shift F8
  141. set key \860 \o36i     ; Shift F9
  142. set key \861 \o36j     ; Shift F10
  143. set key \903 \o36k     ; Shift F11
  144. set key \904 \o36l     ; Shift F12
  145. set key \912 \o36m     ; Shift F13
  146. set key \913 \o36n     ; Shift F14
  147. set key \914 \o36`     ; Shift F15 ( ` is the grave character)
  148. set key \2920 \o36k   ; Alt-Sh F1 sends Shift F11
  149. set key \2921 \o36l   ; Alt-Sh F2 sends Shift F12
  150. set key \2922 \o36m   ; Alt-Sh F3 sends Shift F13
  151. set key \2923 \o36n   ; Alt-Sh F4 sends Shift F14
  152. set key \2924 \o36`   ; Alt-Sh F5 sends Shift F15
  153. ;
  154. ; Note: the curly braces are required when the ascii character in the second
  155. ; position is a digit.
  156. ;
  157. set key \1374 \{o36}1       ; Ctrl F1
  158. set key \1375 \{o36}2       ; Ctrl F2
  159. set key \1376 \{o36}3       ; Ctrl F3
  160. set key \1377 \{o36}4       ; Ctrl F4
  161. set key \1378 \{o36}5       ; Ctrl F5
  162. set key \1379 \{o36}6       ; Ctrl F6
  163. set key \1380 \{o36}7       ; Ctrl F7
  164. set key \1381 \{o36}8       ; Ctrl F8
  165. set key \1382 \{o36}9       ; Ctrl F9
  166. set key \1383 \{o36}:       ; Ctrl F10
  167. set key \1417 \{o36};       ; Ctrl F11
  168. set key \1418 \{o36}<       ; Ctrl F12
  169. set key \1427 \{o36}=       ; Ctrl F13
  170. set key \1428 \{o36}>       ; Ctrl F14
  171. set key \1429 \{o36}0       ; Ctrl F15
  172. set key \3432 \{o36};    ; Alt-Ctrl F1 sends Ctrl F11
  173. set key \3433 \{o36}<    ; Alt-Ctrl F2 sends Ctrl F12
  174. set key \3434 \{o36}=    ; Alt-Ctrl F3 sends Ctrl F13
  175. set key \3435 \{o36}>    ; Alt-Ctrl F4 sends Ctrl F14
  176. set key \3436 \{o36}0    ; Alt-Ctrl F5 sends Ctrl F15
  177. ;
  178. set key \1886 \o36!    ; Ctrl-Shift F1    
  179. set key \1887 \o36"    ; Ctrl-Shift F2    
  180. set key \1888 \o36#    ; Ctrl-Shift F3    
  181. set key \1889 \o36$    ; Ctrl-Shift F4    
  182. set key \1890 \o36%    ; Ctrl-Shift F5    
  183. set key \1891 \o36&    ; Ctrl-Shift F6    
  184. set key \1892 \o36'    ; Ctrl-Shift F7    ( ' is the apostrophe)
  185. set key \1893 \o36(    ; Ctrl-Shift F8    
  186. set key \1894 \o36)    ; Ctrl-Shift F9    
  187. set key \1895 \o36*    ; Ctrl-Shift F10
  188. set key \1929 \o36+    ; Ctrl-Shift F11
  189. set key \1930 \o36,    ; Ctrl-Shift F12
  190. set key \1939 \o36-    ; Ctrl-Shift F13
  191. set key \1940 \o36.    ; Ctrl-Shift F14
  192. set key \1941 \o36\o40 ; Ctrl-Shift F15
  193. set key \3944 \o36+    ; Alt-Ctrl-Sh F1 sends Ctrl-Sh F11
  194. set key \3945 \o36,    ; Alt-Ctrl-Sh F2 sends Ctrl-Sh F12
  195. set key \3946 \o36-    ; Alt-Ctrl-Sh F3 sends Ctrl-Sh F13
  196. set key \3947 \o36.    ; Alt-Ctrl-Sh F4 sends Ctrl-Sh F14
  197. set key \3948 \o36\o40 ; Alt-Ctrl-Sh F5 sends Ctrl-Sh F15
  198. ;
  199. ;
  200. ;               GREY ARROW KEYS
  201. ;
  202. ; <arrow> and Sh-<arrow> are mapped to DG <arrow> and Sh-<arrow>
  203. ;
  204. set key \4424 \o27    ; Grey up arrow
  205. set key \4427 \o31    ; Grey left arrow
  206. set key \4429 \o30    ; Grey right arrow
  207. set key \4432 \o32    ; Grey down arrow
  208. set key \4936 \o36\o27      ; Grey Sh-up arrow
  209. set key \4939 \o36\o31      ; Grey Sh-left arrow
  210. set key \4941 \o36\o30      ; Grey Sh-right arrow
  211. set key \4944 \o36\o32      ; Grey Sh-down arrow
  212. ;
  213. ;    KERMIT SCROLLING FUNCTIONS
  214. ;
  215. ; Ctrl-<arrow> and Sh-Ctrl-<arrow> are mapped to Kermit scrolling functions
  216. ;
  217. set key \5517 \Kupone      ; Grey Ctrl-up, Kermit up one line
  218. set key \5491 \Klfone      ; Grey Ctrl-left, Kermit left one character
  219. set key \5492 \Krtone      ; Grey Ctrl-right, Kermit right one character
  220. set key \5521 \Kdnone      ; Grey Ctrl-down, Kermit down one line
  221. set key \6029 \Kupscn      ; Grey Sh-Ctrl-up, Kermit up one screen
  222. set key \6003 \Klfpage      ; Grey Sh-Ctrl-left, Kermit left one screen
  223. set key \6004 \Krtpage      ; Grey Sh-Ctrl-right, Kermit right one screen
  224. set key \6033 \Kdnscn      ; Grey Sh-Ctrl-down, Kermit down one screen
  225. ;
  226. ;
  227. ;               GREY EDITING KEYS
  228. ;
  229. set key \4434 \o14      ; Grey Insert, DG Erase Page (CEO Conn. does not
  230.               ; map this key)
  231. set key \4423 \o36\      ; Grey Home, DG C1
  232. set key \4425 \o36]      ; Grey Page Up, DG C2
  233. set key \4435 \o13      ; Grey Delete, DG Erase-EOL (CEO Conn does not map)
  234. set key \4431 \o36^      ; Grey End, DG C3
  235. set key \4433 \o36_      ; Grey page Down, DG C4
  236. set key \4946 \o14      ; Grey Sh-Insert, DG Erase Page
  237. set key \4935 \o36X      ; Grey Sh-Home, DG Sh-C1
  238. set key \4937 \o36Y      ; Grey Sh-Page Up, DG Sh-C2
  239. set key \4947 \o13      ; Grey Sh-Delete, DG Erase-EOL
  240. set key \4943 \o36Z      ; Grey Sh-End, DG Sh-C3
  241. set key \4945 \o36[      ; Grey Sh-Page Down, DG Sh-C4
  242. ;
  243. ;          CEO CONNECTION VERSION OF GREY CTRL-KEYS
  244. ;
  245. ; If you prefer CEO Connection's mapping, uncomment the following group of
  246. ; lines.  You will loose the Kermit scrolling functions.
  247. ;
  248. ;set key \5517 \o36\o27       ; Grey Ctrl-Up arrow, DG Sh-up arrow
  249. ;set key \5491 \o36\o31       ; Grey Ctrl-Left arrow, DG Sh-left arrow
  250. ;set key \5492 \o36\o30       ; Grey Ctrl-Right arrow, DG Sh-right arrow
  251. ;set key \5521 \o36\o32       ; Grey Ctrl-Down arrow, DG Sh-down arrow
  252. ;set key \5495 \o36X       ; Grey Ctrl-Home, DG Sh-C1
  253. ;set key \5508 \o36Y       ; Grey Ctrl-Page Up, DG Sh-C2
  254. ;set key \5493 \o36Z       ; Grey Ctrl-End, DG Sh-C3
  255. ;set key \5494 \o36[       ; Grey Ctrl-PageDown, DG Sh-C4
  256. ;
  257. ;          DG/UX MTERM VERSION OF GREY EDITING KEYS
  258. ;
  259. ; If you prefer mterm's version of these keys, uncomment the following group
  260. ; of lines.  mterm maps the Page Up and Page Down keys the same as CEO
  261. ; Connection, so these are not remapped here.  Kermit scrolling is not changed.
  262. ;
  263. ;set key \4434 \o36\      ; Grey Insert, DG C1
  264. ;set key \4435 \o36]      ; Grey Delete, DG C2
  265. ;set key \4423 \o10      ; Grey Home, DG Home (^H)
  266. ;set key \4431 \o13      ; Grey End, DG Erase EOL
  267. ;set key \4946 \o36X      ; Grey Sh-Insert, DG Sh-C1
  268. ;set key \4947 \o36Y      ; Grey Sh-Delete, DG Sh-C1
  269. ;set key \4935 \o36\o10      ; Grey Sh-Home, DG Sh-Home
  270. ;set key \4943 \o13      ; Grey Sh-End, DG Erase EOL
  271. ;
  272. ;
  273. ;          NUMERIC KEYPAD KEYS
  274. ;
  275. ; The "Num Lock On" mappings are OK as is (i.e.,
  276. ; numerics).  The punctuation key mappings are OK as is except the - key.
  277. ;
  278. set key \338 \o14      ; Keypad Insert, DG Erase Page
  279. set key \339 \o13      ; Keypad Del, DG DG Erase EOL
  280. set key \335 \o36^      ; Keypad End, DG C-3
  281. set key \336 \o32      ; Keypad Down arrow
  282. set key \337 \o36_      ; Keypad PgDn, DG C-4
  283. set key \331 \o31      ; Keypad Left arrow
  284. set key \333 \o30      ; Keypad Right arrow
  285. set key \327 \o36\      ; Keypad Home, DG C-1
  286. set key \328 \o27      ; Keypad Up arrow
  287. set key \329 \o36]      ; Keypad Page up, DG C-2
  288. ;
  289. set key \330 \o55      ; Keypad -, DG -
  290. set key \842 \o55      ; Keypad Sh - , DG -
  291. ;
  292. ; Ctrl versions of the Keypad keys.
  293. ;
  294. set key \1421 \o36\o27      ; Keypad Ctrl-Up arrow, DG Sh-up arrow
  295. set key \1395 \o36\o31      ; Keypad Ctrl-Left arrow, DG Sh-left arrow
  296. set key \1396 \o36\o30      ; Keypad Ctrl-Right arrow, DG Sh-right arrow
  297. set key \1425 \o36\o32      ; Keypad Ctrl-Down arrow, DG Sh-down arrow
  298. set key \1399 \o36X      ; Keypad Ctrl-Home, DG Sh-C1
  299. set key \1412 \o36Y      ; Keypad Ctrl-Page Up, DG Sh-C2
  300. set key \1397 \o36Z      ; Keypad Ctrl-End, DG Sh-C3
  301. set key \1398 \o36[      ; Keypad Ctrl-PageDown, DG Sh-C4
  302. ;
  303. ;            OTHER KEYS
  304. ;
  305. set key \284 \o12      ; Enter, DG new line
  306. set key \10 \o15      ; Ctrl-Enter, DG carriage return
  307. set key \4365 \o12      ; Keypad Enter, DG new line
  308. set key \5386 \o15      ; Keypad Ctrl-Enter, DG carriage return
  309. set key \1906 \o36\o21      ; Ctrl-Sh-Print Screen, DG Cmd-Print
  310. ;
  311. ;         THE DG SPCL KEY
  312. ;
  313. set key \330 \kdgspcl      ; Keypad minus
  314.  
  315. ; End of file DASHER.INI (MSIDGK.INI)
  316.